• Test Basic for Netflix Home Page

    17:05:07 / 00:00:43:699 Pass

    Test Basic for Netflix Home Page
    07.08.2023 17:05:07 07.08.2023 17:05:51 00:00:43:699 · #test-id=1
    Given on the google search page
    When enter the search criteria
    And click in the search button
    And access to Netflix Argentina in Google results
    Then validate url: "https://www.netflix.com"
    Then validate the page Title: "Películas y series ilimitadas y mucho más"
    stepDefinitions.Hooks.After(io.cucumber.java.Scenario)
    As a user go to Netflix website and validate the site's title and url
    Given on the google search page
    When enter the search criteria
    And click in the search button
    And access to Netflix Argentina in Google results
    And login with user "FakeUser123" and pass "FakePass123"
    Then user can't log in and see a descriptive message
    stepDefinitions.Hooks.After(io.cucumber.java.Scenario)
    As a user go to Netflix website and login with invalid credentials

Started

jul. 8, 2023 05:05:07 p. m.

Ended

jul. 8, 2023 05:05:51 p. m.

Features Passed

1

Features Failed

0

Features
Scenarios
Steps

Timeline

Tags

NamePassedFailedSkippedOthersPassed %
@Smoke 2 0 0 0 100%
@Test 2 0 0 0 100%